| LC_CMD_ORDER | Home |
| Prm | Mode |
|---|---|
| 0 | Start command with previous mode |
| LC_ORDER_FRONT | Bring selected entity to a front |
| LC_ORDER_BACK | Bring selected entity to a background |
| LC_ORDER_ABOVE | Bring selected entity above specified entity |
| LC_ORDER_UNDER | Bring selected entity below specified entity |
| LC_ORDER_SWAP | Swap 2 entities in a display list |
| Command interface |
// Bring selected entity to a front
lcWndExeCommand( m_hLcWnd, LC_CMD_ORDER, LC_ORDER_FRONT );